ConnectionMetrics

data class ConnectionMetrics

A class representing the metrics related to connection quality

Since

1.0.0

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val availableBitrate: Double?

Indicates the current available bitrate of the live event.

Link copied to clipboard
val bandwidth: BigInteger?

Indicates the current bandwidth of the live event.

Link copied to clipboard
val jitter: Double?

Indicates the current jitter of the live event.

Link copied to clipboard
val packetLostRate: Double?

Indicates the current packet lost rate of the live event.

Link copied to clipboard
val resolution: Resolution?

Indicates the current resolution of the live event.

Link copied to clipboard
val rtt: Double?

Indicates the current Round Trip Time (RTT) of the live event.